runtime.gList.push (method)
13 uses
runtime (current package)
chan.go#L457: glist.push(gp)
chan.go#L476: glist.push(gp)
mcleanup.go#L438: q.sleeping.push(getg())
mcleanup.go#L555: list.push(q.sleeping.pop())
mgc.go#L572: work.sweepWaiters.list.push(getg())
mgcscavenge.go#L452: list.push(s.g)
netpoll.go#L504: toRun.push(rg)
netpoll.go#L507: toRun.push(wg)
proc.go#L5339: pp.gFree.push(gp)
proc.go#L5376: pp.gFree.push(gp)
proc.go#L6369: list.push(forcegc.g)
proc.go#L6777: list.push(updateMaxProcsG.g)
proc.go#L7401: func (l *gList) push(gp *g) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)